Minor EBADF fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2013 14:31:42 +0000 (07:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Jul 2013 14:31:42 +0000 (07:31 -0700)
commite25ae1aa28d7efd83d875a718e3906b38f847371
tree5f7c0ed2f9a10e77d373dcb749bbf8cb7c1977ed
parent96efa7791356957f3ae4e6773e9b1c60c2948807
Minor EBADF fixes.

* process.c (create_process, wait_reading_process_output) [AIX]:
Remove obsolete SIGHUP-related  code, as Emacs no longer disables
SIGHUP, so EBADF is no longer acceptable here (it wouldn't work in
a multithreaded environment anyway).
* sysdep.c (emacs_close): It's not dangerous to invoke emacs_close (-1).
src/ChangeLog
src/keyboard.c
src/process.c
src/sysdep.c